home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / monitors / restracker / rtlist.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.5 KB  |  51 lines

  1. rtList.doc
  2.  
  3. NAME
  4.      rtList - list resources known to rt
  5.  
  6. VERSION
  7.      V0.9b - 12-07-96
  8.  
  9. SYNOPSIS
  10.      rtList TCB,LC=LibCalls/S,R=resources/S
  11.  
  12. REQUIREMENTS
  13.      - AmigaOS 3.0 (V39) or higher
  14.      - the "rt" resource tracker must be run first
  15.  
  16. OPTIONS
  17.      TCB           : The address of a task-control-block in hex, just as
  18.                      printed by various "ps"-clones. If you specify one,
  19.                      rtList will only show resources allocated by this task.
  20.      LC=LibCalls/S : List the patched library functions with library name
  21.                      and alloc-/free-functions
  22.      R=Resources/S : List all resources currently known to rt
  23.  
  24. DESCRIPTION
  25.      rtList is a utility for the "rt" resource-tracking system. It displays
  26.      various information about resources currently know to rt.
  27.      Called without any options, it just prints the address of the public
  28.      semaphore and rt's main list. Optionally it can be told to print a
  29.      summary of all patched library functions, all tracked resources or
  30.      both.
  31.  
  32. BUGS
  33.      - None known.
  34.        Well...the list arbitration is not optimal. Shouldn't do any harm
  35.        but I suppose I gotta fix it anyway :-)
  36.  
  37. HISTORY
  38.      V0.9b  (12-07-96): First Release
  39.  
  40. TODO
  41.      - improve list arbitration while stepping through the resource lists
  42.  
  43. AUTHOR
  44.      Matthias Bethke
  45.      Giessener Strasse 31
  46.      35457 Lollar
  47.      Germany
  48.      AmigaNet: Matthias Bethke@39:176/208.0
  49.        Usenet: postmaster@sweetdreams.lahn.de
  50.            or: Matthias.Bethke@sowi.uni-giessen.de
  51.